home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr45 / pixelv10.zip / PIXELV1.TXT < prev    next >
Text File  |  1994-10-25  |  5KB  |  99 lines

  1.                    -=MAJESTY SOFTWARE CORPORATION=-
  2.  
  3.             
  4.     Welcome to Pixel Painter Version 1.0! We have created this so all
  5. you QBASIC programmers can have a break from typing DRAW and other graphics
  6. statements. Now, instead of that, you can just draw away, and it will auto-
  7. matically create DRAW statements in a file you specify. Once you are done,
  8. you can just enter that file and voila! You just copy them and put them in 
  9. your QBASIC program. From now on in this document, you will read how to use 
  10. Pixel Painter to your advantage.
  11.  
  12.     STARTING UP
  13.     Click on FILE in the menu bar, then OPEN once you are in QBASIC. 
  14. Look for the file PIXELV1.BAS. Once you find it, highlight it and press 
  15. enter or double-click on it.
  16.     Once the file is loaded, press F5 to start it. You will see a title 
  17. screen created by the program. Press any key. Then the screen will prompt 
  18. you for a filename, which can be no longer than 12 characters. Input even 
  19. the extension. If you type "exit", the program will end.
  20.     The filename you input will be created by QBASIC. Whenever you move 
  21. the cursor or paint, it will send DRAW statements to this file.
  22.  
  23.     STARTING YOUR DRAWING
  24.     After you specify the filename, your computer prompts you to use the
  25. arrow keys to move the tiny cursor around and press the SPACE BAR. Wherever
  26. you press the SPACE BAR is where your drawing will begin. After you have
  27. pressed the SPACE BAR, the pixel cursor will disappear. Don't worry - it's 
  28. just black.
  29.  
  30.     COLORING
  31.     You can move the cursor around now, but it will just be black and 
  32. take up space in your file. To change color, press a number key. There are 
  33. two palettes of colors. To change the palette back and forth, press TAB. 
  34. Then press a number key. The colors are the following palettes and numbers:
  35.  
  36.     Palette Number        Color Number        Color Name
  37.     
  38.     1            0            Black
  39.     1            1            Blue
  40.     1            2            Green
  41.     1            3            Cyan
  42.     1            4            Red
  43.     1            5            Purple
  44.     1            6            Brown
  45.     1            7            Light Gray
  46.     1            8            Dark Gray
  47.     1            9            Light Blue
  48.     2            0            Light Green
  49.     2            1            Light Cyan
  50.     2            2            Light Red
  51.     2            3            Light Purple
  52.     2            4            Yellow
  53.     2            5            White
  54.  
  55.     MOVING THE CURSOR
  56.     To move the cursor, you use the arrow keys. When you move, you leave
  57. a pixel of the current color behind the cursor, thus you are "drawing". So,
  58. if the color is green, and you move up by pressing the Up Arrow Key, a green
  59. dot will be left where you were before you moved up. 
  60.     Normally, when you move the pixel cursor, it moves in increments of
  61. 1. But, if your drawing is going to have pretty long lines, we've put in a
  62. feature that let's you save space. By pressing the + key, the increment will
  63. increase by 1, until you've pressed it 4 times, and then pressing it again
  64. will make your lines 10 pixels long. Be warned, though, don't press + past
  65. the 10 pixel lines, or else it won't work until you press -. Now, guess what
  66. - does. Yep. It takes away increments, but just like the + key, don't press
  67. it past 1 pixel lines.
  68.  
  69.     MOVING WITHOUT DRAWING
  70.     By now you can probably make a great picture, but you are just trying
  71. to move the cursor without drawing. You poor fellows out there are probably
  72. changing the color to 0 and moving along. But that takes up so much space!
  73. What if you are on the bottom right-hand corner, and you need to paint in
  74. the upper-left hand corner? Even using 10 pixel lines in color 0 would take
  75. up a bunch of space! So we at Majesty decided to give you this special
  76. feature. To do it, press the SPACE BAR. A flashing yellow dot will appear
  77. in the middle of the screen. Move it around. Even though it looks like it is
  78. painting yellow over everything, just move it to the place you want to move
  79. to and press the space bar again. Voila! Now move the pixel cursor!
  80.  
  81.     FILLING
  82.     Okay. We've taught you just about everything. Now for the best tool.
  83. Filling! Some people think to fill in this program you have to move the 
  84. cursor around everywhere. Then they see you, the educated Pixel Artist press
  85. the F key, type in the color number of the border around the area they want
  86. to fill, and make it fill up with the current color. They're dumbfounded.
  87.  
  88.     Well, that's the end of this document. We at Majesty hope you QBASIC
  89. programmers make some pretty good graphics with this program. If you have 
  90. any comments, compliments, or criticism, please E-Mail us on the Internet
  91. at: MajestySC@Aol.com 
  92.     If you are on American Online, just E-Mail us at: MajestySC
  93.     
  94.     Enjoy Pixel Painter!
  95.  
  96.  
  97.  
  98.               
  99.                 -=(End of document)=-